home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
wildcat
/
gifcat.zip
/
PUT.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-20
|
253b
|
13 lines
@echo off
REM put.bat
if %1""=="" goto no_file
REM gifdesc -d %1
REM the above line can be un-REM'd to REMOVE the old description!
makegifd %1
if errorlevel 1 goto no_file
gifdesc -a %1 gifdesc.sdi
goto end
:no_file
echo Bad Filename.
:end